lcCmdMessage Home

Displays a message box.

 int lcCmdMessage (
   HANDLE hCmd,
   LPCWSTR szText,
   int uType
 );

Parameters
hCmd
  Handle to a custom command object.
szText
  Message text.
uType
  The contents and behavior of the dialog box. Use same values as for Windows API MessageBox function.

Return Value

  Same as for Windows API MessageBox function.


Code sample:
lcCmdMessage( hCmd, L"No selected entities", MB_ICONSTOP );